home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscDragViews / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1995-01-30  |  749 b   |  26 lines

  1. #    MiscDragViews Makefile.postamble
  2. #    basically lifted from MiscClockView which was
  3. #    basically lifted from a mini-example (TTools, I would guess)
  4. #    this is 3.1 specific, and will enable the building of FAT palletes!
  5.  
  6. #LIBTOOL = /bin/ar r         # for 3.0
  7. LIBTOOL = /bin/libtool -o    # for 3.1, 3.2, fat palettes
  8.  
  9. RELOCATABLE_STRIP_OPTS = -x -u
  10.  
  11. # Optimization flag passed to compiler:
  12. OPTIMIZATION_CFLAG = -O2 -pipe 
  13.  
  14. COMMON_CFLAGS = $(PROJECT_SPECIFIC_CFLAGS) -Wall  
  15.  
  16. # Flags passed to compiler in normal 'app' compiles:
  17. NORMAL_CFLAGS = $(COMMON_CFLAGS) $(OPTIMIZATION_CFLAG)
  18.  
  19. # Flags passed to compiler in normal 'app' compiles:
  20. # old (3.2) way
  21. #NORMAL_CFLAGS = $(OPTIMIZATION_CFLAG) -Wall
  22.  
  23. libMiscDragViews.a: $(LIBOFILES)
  24.     $(LIBTOOL) $@ $(LIBOFILES)
  25.  
  26.